home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00490.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  196 b   |  11 lines

  1. on mouseUp me
  2.   global lightb
  3.   if lightb = "off" then
  4.     lightb = "on"
  5.     set the memberNum of sprite 34 to 452
  6.   else
  7.     lightb = "off"
  8.     set the memberNum of sprite 34 to 451
  9.   end if
  10. end
  11.